Dew Stats for .NET
|
Calculate parameters for Triangular distributed values.
Parameters |
Description |
[In] TVec X |
Stores data which is assumed to follow triangular distribution. |
out double a |
Return Triangular distribution parameter estimator a. |
out double b |
Return Triangular distribution parameter estimator b. |
out double c |
Return Triangular distribution parameter estimator c. |
int MaxIter |
Maximum number of iterations needed for deriving a, b and d. |
double Tolerance |
Defines the acceptable tolerance for calculating a and b. |
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|